Skip to content

chore(deps): bump vite-plus to v0.2.0#8

Draft
fengmk2 wants to merge 4 commits into
mainfrom
update-vite-plus-prerelease-test-0.2.0
Draft

chore(deps): bump vite-plus to v0.2.0#8
fengmk2 wants to merge 4 commits into
mainfrom
update-vite-plus-prerelease-test-0.2.0

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Summary

Bump vite-plus and related packages to the pkg.pr.new prerelease build for v0.2.0.

Updated where applicable:

  • vite-plus -> pkg.pr.new build
  • vite (alias/override -> @voidzero-dev/vite-plus-core)
  • vitest pinned to bundled 4.1.9 (the @voidzero-dev/vite-plus-test wrapper was removed upstream; vitest is now plain upstream)
  • @vitest/coverage-v8 pinned to 4.1.9
  • pnpm overrides moved out of package.json into pnpm-workspace.yaml; minimumReleaseAge enabled with vite-plus packages excluded

Known compat note: vite.config.ts imports the webdriverio browser provider via vite-plus/test/browser-webdriverio, which now needs @vitest/browser-webdriverio (vitest is plain upstream in v0.2.0, the bundled test wrapper is gone). That package is not declared, so vp check/vp fmt/vp lint fail to load the config until it is added.

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this Jun 17, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several devDependencies in package.json and pnpm-lock.yaml, notably upgrading vitest and @vitest/coverage-v8 to version 4.1.9, switching vite and vite-plus to preview builds, and introducing a pnpm-workspace.yaml file. Feedback on the changes highlights a missing dependency: since vite-plus was upgraded to v0.2.0, @vitest/browser-webdriverio must be explicitly added to devDependencies to prevent configuration loading failures when running vp commands.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread package.json
},
"devDependencies": {
"@vitest/coverage-v8": "4.1.5",
"@vitest/coverage-v8": "4.1.9",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The webdriverio browser provider is imported in vite.config.ts via vite-plus/test/browser-webdriverio, which now requires @vitest/browser-webdriverio as of vite-plus v0.2.0 (since vitest is now plain upstream and the bundled test wrapper is gone). Without declaring @vitest/browser-webdriverio in devDependencies, commands like vp check, vp fmt, and vp lint will fail to load the configuration.

Please add @vitest/browser-webdriverio to your devDependencies to resolve this.

Suggested change
"@vitest/coverage-v8": "4.1.9",
"@vitest/browser-webdriverio": "4.1.9",
"@vitest/coverage-v8": "4.1.9",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant